home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / ScrollView / scrollv.nib / data.classes next >
Encoding:
Text File  |  1992-12-19  |  491 b   |  35 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MyObject = {
  7.     ACTIONS = {
  8.     PrintScroll:;
  9.     textBlack:;
  10.     textLgray:;
  11.     backLgray:;
  12.     backWhite:;
  13.     textDgray:;
  14.     backDgray:;
  15.     textLengthTest:;
  16.     PrintWindow:;
  17.     byteLengthTest:;
  18.     setTextTest:;
  19.     appendTextTest:;
  20.     selectTextTest:;
  21.     backBlack:;
  22.     checkSpellingTest:;
  23.     textWhite:;
  24.     };
  25.     OUTLETS = {
  26.     appendTextInput;
  27.     TheWindow;
  28.     theByteLength;
  29.     theTextLength;
  30.     setTextInput;
  31.     MyScrollView;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.